Drawing.toCartesianPoint Method

Converts polar coordinates to cartesian coordinates.
 
 
Static This method is static.

Parameters

radius

Type: Number
The radius from the center.
angle

Type: Number
The clockwise angle from cardinal east.

Return Value


Type: Object
An object with properties:
     x   [type: Number]  - The horizontal coordinate relative to the center.
     y   [type: Number]  - The vertical coordinate relative to the center.